Second time doing yet another option move; thanks sf.net.
authorparkrrrr <parkrrrr>
Thu, 18 May 2006 00:53:35 +0000 (00:53 +0000)
committerparkrrrr <parkrrrr>
Thu, 18 May 2006 00:53:35 +0000 (00:53 +0000)
xmldoc/formats/html.xml
xmldoc/formats/options/html-encrypt.xml
xmldoc/formats/options/html-logs.xml
xmldoc/formats/options/html-stylesheet.xml
xmldoc/formats/options/text-encrypt.xml
xmldoc/formats/options/text-logs.xml
xmldoc/formats/options/text-nosep.xml
xmldoc/formats/text.xml

index e7c681e2c22bc3f40a1cd0a74aa2e558d7b64723..da0de56a749df22fcf3f34a845f2388b820bd644 100644 (file)
@@ -1,20 +1,11 @@
-
-      
-      
       <para> HTML output generates a single HTML file of all of the
-waypoints in the input file.  It supports a number of Geocaching GPX
+waypoints in the input file.  It supports a number of Groundspeak GPX
 extensions, as well as filters out potentially harmful HTML from the
 input file while maintaining almost all of the source HTML formatting.
-Use the 'stylesheet' option to specify a CSS stylesheet to be used
-with the resulting HTML file.  Use the 'encrypt' option to encrypt
-hints from Groundspeak GPX files.  Use the 'logs' option to include
-Groundspeak cache logs.
 </para>
       <para> The following command line reads a GPX file with
 Groundspeak extensions and writes an HTML file with encrypted hints
 that is rendered using a custom stylesheet:
 </para>
-      <screen format="linespecific">gpsbabel -i gpx -f 12345.gpx \
-        -o html,stylesheet=green.css,encrypt -F 12345.html
-</screen>
+<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o html,stylesheet=green.css,encrypt -F 12345.html</screen>
     
index 8b137891791fe96927ad78e64b0aad7bded08bdc..2d7d9609172025d9bf662f25fd8a638d8dbc5b6e 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+Use this option to encrypt hints from Groundspeak GPX files.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..9e25a13ea9b70ffea0bbc41abfb81c9090d74ba0 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+Use this option to include Groundspeak cache logs in the created document.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..82f38d356f4640c060be588d21baa3757e207fc3 100644 (file)
@@ -1 +1,4 @@
-
+<para>
+Use this option to specify a CSS style sheet to be used with the
+resulting HTML file.
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..2d7d9609172025d9bf662f25fd8a638d8dbc5b6e 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+Use this option to encrypt hints from Groundspeak GPX files.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..9e25a13ea9b70ffea0bbc41abfb81c9090d74ba0 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+Use this option to include Groundspeak cache logs in the created document.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..75e79abf7a62bdab17832879bc63d87ff6578ae5 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+To suppress the dashed lines between waypoints, use this option.  
+</para>
index d8fdc2ae03d18c7101cb5b2aa26ce6a16563f2ae..1e2952c59ef44db31c2395e8009f26710bfe4efc 100644 (file)
@@ -1,15 +1,8 @@
-
-      
-      
       <para> This is a simple human readable version of the data file,
-handy for listings of any type of waypoint files.  Use the 'nosep'
-option to suppress the lines of dashes between entries.  Use the
-'encrypt' option to encrypt hints from Groundspeak GPX files.  Use the
-'logs' option to include Groundspeak cache logs.
+handy for listings of any type of waypoint files.
 </para>
       <para> The following command line reads a GPX file with
 Groundspeak extensions and writes a text file with encrypted hints:
 </para>
-      <screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt
-</screen>
+<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt</screen>